| ItemListerclass | lister.t[115], english.t[3106] |
| Superclass Tree | Subclass Tree | Global Objects | Property Summary | Method Summary | Property Details | Method Details |
Modified in english.t[3106]:
Modifications to the ItemLister (the base class for listers that list physical objects) for the English-language part of the library.
class
ItemLister : Lister
ItemLister
Lister
object
ItemLister
CustomRoomLister
descContentsLister
inventoryLister
inventoryTallLister
lookContentsLister
lookInLister
lookLister
openingContentsLister
remoteRoomContentsLister
remoteSubContentsLister
simpleAttachmentLister
subLister
wornLister
contentsListedProp
groupTab
listRecursively
showAdditionalInfo
showMovedToInfo
showSubListing
showWornInfo
findListGroups
listName
show
showComplexList
showList
showSimpleList
Inherited from Lister :
buildList
listed
listOrder
showListEmpty
showListPrefix
showListSuffix
contentsListedProp | lister.t[294] |
groupTab | lister.t[161] |
listRecursively | lister.t[300] |
showAdditionalInfo | english.t[3208] |
showMovedToInfo | english.t[3222] |
showSubListing | english.t[3229] |
showWornInfo | english.t[3216] |
findListGroups (lst) | lister.t[163] |
listName (o) | english.t[3135] |
show (lst, parent, paraBrk, =, true)OVERRIDDEN | lister.t[122] |
showComplexList (lst, pl, parent) | lister.t[252] |
showList (lst, pl, parent)OVERRIDDEN | lister.t[138] |
showSimpleList (lst) | lister.t[158], english.t[3125] |
Modified in english.t[3125]:
Show a simple list of things. For an item lister we use the listName method of the lister rather than the aName property of the object to provide a name for the object; this allows the lister to add status-specific information like '(providing light)' or '(being worn)' to the name as it appears in the list.